<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
body,
html {
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
  overflow-x: hidden;
}
li,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
}
img {
  border: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
body,
html {
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
}
li,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
}
img {
  border: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.wh1200 {
  max-width: 1200px;
  margin: 0 auto;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #e60000;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(15, 82, 147, 0.5);
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
.time-01s {
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.time-02s {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.time-03s {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.time-04s {
  -webkit-transition: all 0.4s ease-out;
  -khtml-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.wh1200 {
  max-width: 1200px;
  margin: 0 auto;
}
#header{
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  border-top: 6px solid #e60000;
  -moz-box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
  z-index: 30;
}
.header_top{
  padding: 15px 0px;
}
.header_top .h_top_left{
  float: left;
}
.header_top .h_top_left .logo{
  display: block;
  /*width: 426px;*/
}
.header_top .h_top_left .logo img{
  display: block;
  width: 100%;
}
.header_top .h_top_right{
  float: right;
}
.header_top .h_top_right .top_right_top{
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.header_top .h_top_right .top_right_bottom{
  font-size: 26px;
  color: #e60000;
  font-weight: bold;
  height:38px;
  line-height:36px;
  overflow:hidden;
  padding-top: 15px;

}

.header_top .h_top_right .top_right_bottom img{
  margin-right: 15px;
  display:block;
  float:left;
}
.header_bottom{
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #dddddd;
}
.bottom_right{
  float: right;
  position: relative;
  top: 10px;
}
.bottom_right .btn_box{
  float: left;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.bottom_right .btn_box:hover .btn_01{
  background: #ff993e;
}
.bottom_right .btn_box:hover{
  overflow: visible;
}
.bottom_right .btn_box:hover .weixin_box{
  opacity: 1;
}
.bottom_right .btn_box:first-child{
  margin-left: 0px;
}
.navigation{
  float: left;
}
.navigation_box li{
  float: left;
  margin-right: 50px;
}
.navigation_box li:last-child{
  margin-right: 0px;
}
.navigation_box li a{
  display: block;
  font-size: 16px;
  color: #111111;
}
.navigation_box li a:hover{
  color: #e60000;
}
.navigation_box li.active a{
  color: #e60000;
}
.weixin_box{
  width: 100px;
  height: 110px;
  box-sizing: border-box;
  padding-top: 10px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 10px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  opacity: 0;
}
.weixin_box img{
  width: 100%;
  height: 100%;
  display: block;
}
#main{
  padding-top: 161px;
}
.mobile{
  display: none!important;
}
.btn_01{
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff7800;
  font-size: 16px;
  color: #fff;
  display: block;
}
.btn_01:hover{
  background: #ff993e;
}
.btn_01 img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer_text{
  font-size: 14px;
  color: #fff;
  background: #000000;
  text-align: center;
  padding: 30px 15px;
}
#footer .footer_text br{
  display: none;
}
.footer_form{
  background: url(../img/footer_form_bg.jpg) center center no-repeat;
  background-size: cover!important;
  padding-top: 40px;
  padding-bottom: 50px;
}
.form_box{
  overflow: hidden;
}
.top_form_l{
  float: left;
}
.btn_logo{
  width: 426px;
  margin-bottom: 35px;
}
.btn_logo img{
  width: 100%;
  display: block;
}
.top_form_list{
  padding-left: 60px;
  margin-top: 25px;
  background: url(../img/top_form_list_icon01.png) top 5px left no-repeat;
}
.top_form_list:nth-child(3){
  padding: 3px 0px;
  padding-left: 60px;
  background: url(../img/top_form_list_icon02.png) left center no-repeat;
}
.top_form_list:nth-child(4){
  padding: 3px 0px;
  padding-left: 60px;
  background: url(../img/top_form_list_icon03.png) left center no-repeat;
}
.top_form_list .name{
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.top_form_list .tel{
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}
.top_form_list .text{
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
  display: block;
}
.top_form_r{
  width: 500px;
  box-sizing: border-box;
  float: right;
}
.top_form_r .input_box{
  position: relative;
  margin-bottom: 10px;
}
.top_form_r .input_box .input{
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 20px;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }
.top_form_r .input_box .input.Validform_error{
  border-bottom: 1px solid #e60000;
}
form.form .input_box .Validform_right {
    display: none!important;
}
.top_form_r .input_box .Validform_checktip {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #e60000;
    position: absolute;
    right: 20px;
    top: 0px;
}
.top_form_r .input_box textarea{
  height: 80px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
}
.top_form_r .input_box a{
  display: block;
  position: absolute;
  height: 38px;
  width: 86px;
  right: 6px;
  top: 6px;
}
.top_form_r .input_box a img{
  display: block;
  width: 100%;
  height: 100%;
}
.top_form_r .submit{
  width: 200px; 
  height: 50px;
  background: #ff7800;
  border: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.top_form_r .submit:hover{
  background: #ff9052;
}
.right_caozuo{
  position: fixed;
  right: 10px;
  bottom: 50px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  background:#fff;
  z-index: 20;
}
.caozuo_box{
  position: relative;
  cursor: pointer;
}
.caozuo_box .box1{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.caozuo_box .box1 img{
  vertical-align: middle;
}
.caozuo_box .weixin_box02{
  position: absolute;
  right: -140px;
  bottom: 0px;
  background: #e60000;
  width: 130px;
  box-sizing:border-box;
  padding: 10px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
}
.caozuo_box .top_img img{
  width: 100%;
}
.caozuo_box .b_text img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.caozuo_box .b_text{
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.caozuo_box .tel_box{
  height: 50px;
  line-height: 50px;
  width: 210px;
  box-sizing:border-box;
  padding-left: 15px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  position: absolute;
  right: -220px;
  bottom: 0px;
  background: #e60000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.caozuo_box .tel_box img{
  vertical-align: middle;
  margin-right: 10px;
}
.caozuo_box .zixun_box{
  height: 50px;
  line-height: 50px;
  width: 130px;
  box-sizing:border-box;
  padding-left: 15px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  position: absolute;
  right: -140px;
  bottom: 0px;
  background: #e60000;
  font-size: 16px;
  color: #fff;
}
.caozuo_box .zixun_box img{
  vertical-align: middle;
  margin-right: 10px;
}
.caozuo_box .dingbu_box{
  height: 50px;
  line-height: 50px;
  width: 130px;
  box-sizing:border-box;
  padding-left: 15px;
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  position: absolute;
  right: -140px;
  bottom: 0px;
  background: #e60000;
  font-size: 16px;
  color: #fff;
}
.caozuo_box .dingbu_box img{
  vertical-align: middle;
  margin-right: 10px;
}
.caozuo_box:hover{
  overflow: visible;
}
.caozuo_box:hover .yin_box{
  right: 0px;
}
.banner{
  background-size: cover!important;
  height: 200px;
  position: relative;
}
.banner_content{
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  top: 60px;
}
.banner_content .banner_name{
  font-size: 32px;
  color: #fff;
  font-weight: bold; 
}
.banner_content .crumbs{
  font-size: 0px;
  text-align: center;
  margin-top: 20px;
}
.banner_content .crumbs a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.banner_content .crumbs a:hover{
  color: rgba(255,255,255,0.7);
}
.banner_content .crumbs a:before{
  content: '/';
  display: inline-block;
  font-size: 14px;
  margin: 0px 7px;
}
.banner_content .crumbs a:first-child:before{
  display: none;
}
.cheliangzhanshi_box{
  margin: 0px -7.5px;
}
.cheliangzhanshi_box li{
  float: left;
  width: 33.33333%;
  box-sizing:border-box;
  padding: 7.5px;
}
.cheliangzhanshi_box li a{
  display: block;
  background: #fff;
    color: #111;
}
.cheliangzhanshi_box li a:hover{
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
}
.cheliangzhanshi_box li a .img{
  height: 240px;
  line-height: 240px;
  text-align: center;
}
.cheliangzhanshi_box li a .img img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.cheliangzhanshi_box li a p{
  font-size: 16px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
    -webkit-line-clamp: 1;
    position: relative;
}
.cheliangzhanshi_box li a p:after{
  content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fb0200;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cheliangzhanshi_box li a:hover p:after{
  opacity: 1;
}
.Flip {
  text-align: center;
  font-size: 0px;
  margin-top: 50px;
}
.Flip a {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  margin: 0 5px;
  color: #e60000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.Flip a.active {
  background: #e60000!important;
  color: #fff!important;
}
.fenye {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 110px;
  font-size: 16px;
  color: #333;
}
.fenye strong{
  display: inline-block;
}
.fenye li{
  display: inline-block;
}
.fenye a {
  display: inline-block;
  height: 43px;
  border-radius: 3px;
  padding: 0px 17px;
  line-height: 43px;
  font-size: 16px;
  color: #111;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0px 5px;
  background: #f3f3f3;
}
.fenye a:hover {
  color: #e64c00;
}
.fenye li.active a{
  color: #fff!important;
  background: #e64c00;
}
.new_l{
  float: left;
  width: 52.5%;
}
.new_l .list_box{
  overflow: hidden;
  padding-left: 40px;
  display: block;
}
.new_l .list_box .time{
  float: left;
  font-size: 14px;
  color: #888888;
  float: left;
  text-align: right;
  padding-top: 15px;
}
.new_l .list_box .time span{
  display: block;
  font-size: 18px;
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
}
.new_l .list_box .neirong{
  margin-left: 80px;
  border-left: 2px solid #dddddd;
  padding: 15px 0px 15px 20px;
}
.new_l .list_box .neirong .top{
  font-size: 18px;
  color: #111;
  position: relative;
}
.new_l .list_box .neirong .top div{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.new_l .list_box .neirong .top span{
  display: block;
  position: absolute;
  left: -24px;
  top: 5px;
  padding: 5px 0px;
  background: #f8f8f8;
}
.new_l .list_box .neirong .top span:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #dddddd;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.new_l .list_box:hover .neirong .top span:before{
  background: #fb0200;
}
.new_l .list_box .neirong .text{
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  margin-top: 13px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.new_l .list_box:hover .neirong .top{
  color: #fb0200;
}
@media screen and (max-width: 1100px) {
  .navigation_box li{
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .wh1200{
    margin: 0px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cheliangzhanshi_box li a .img{
    height: 200px;
    line-height: 200px;
  }
  .wh1200{
    margin: 0px 15px;
  }
  .header_top .h_top_left .logo{
    width: 350px;
    margin-top: 8px;
  }
  .btn_logo{
    width: 350px;
  }
  .bottom_right{
    display: none;
  }
  .top_form_r{
    width: 360px;
  }
}
@media screen and (max-width: 769px) {
  .cheliangzhanshi_box li{
    width: 50%;
  }
  .cheliangzhanshi_box li a .img{
    height: 150px;
    line-height: 150px;
  }
  body.active {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .mobile{
    display: block!important;
  }
  .header_top .h_top_right{
    display: none;
  }
  .header_bottom{
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    background: rgb(0,0,0,0.5);
    z-index: 30;
  }
  .header_bottom .wh1200{
    margin: 0px;
    height: 100%;
  }
  .navigation{
    float: none;
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
  }
  .navigation_box li{
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .navigation_box li a{
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .navigation_box li a img{
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
  .navigation_box li:first-child a{
    font-weight: bold;
    color: #e60000;
  }
  .close_nav{
    width: 50px;
    height: 50px;
    background: url(../img/close_nav.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    background-size: 22px 22px;
  }
  #header{
    border-top: none;
  }
  .header_top .h_top_left .logo{
    width: 250px;
    margin-top: 0px;
  }
  .header_top{
    padding: 15px 0px;
  }
  .m_on_nav{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 58.75px;
    background: url(../img/m_on_nav.png) center center no-repeat;
  }
  .header_bottom.active{
    right: 0px;
  }
  ::-webkit-scrollbar {
    width: 2px;
    height: 0px;
  }
  .btn_logo{
   /* width: 250px;*/
    margin-bottom: 25px;
  }
  .top_form_l{
    float: none;
  }
  .top_form_r{
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .top_form_r .input_box a{
    right: 0px;
    top: 0px;
    height: 50px;
    width: 100px;
  }
  .footer_form{
    padding: 30px 0px;
  }
  .top_form_list{
    margin-top: 20px;
  }
  .top_form_r .submit{
    width: 100%;
  }
  #footer .footer_text{
    font-size: 14px;
    line-height: 22px;
  }
  #footer .footer_text br{
    display: block;
  }
  .top_form_r .input_box .input{
    padding: 0px 15px;
  }
  .top_form_r .input_box .Validform_checktip{
    right: 15px;
  }
  .top_form_r .input_box textarea{
    padding: 10px 15px;
  }
  #main{
    padding-top: 60px;
  }
  .Flip a{
    margin: 0px;
  }
  .banner{
    height: 140px;
  }
  .banner_content .banner_name{
    font-size: 24px;
  }
  .banner_content .crumbs{
    margin-top: 10px;
  }
  .banner_content{
    top: 45px;
  }
  .Flip{
    margin-top: 40px;
  }
  .cheliangzhanshi{
    padding-bottom: 50px;
  }
  /*.caozuo_box{
    display: none;
  }*/
  .caozuo_box.backToTop{
    display: block;
  }
  .caozuo_box .dingbu_box{
    display: none;
  }
  .right_caozuo{
    bottom: 10px;
  }
  .new_l{
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .new_l .list_box{
    padding-left: 0px;
  }
}</pre></body></html>